ArcPad Layer Definition File Schema
COLOR Element
See Also  Send comments on this topic.
ArcPad Layer Definition File Schema > COMPLEXPOLYGONSYMBOL Element > GRADIENTFILL Element > COLORRAMP Element : COLOR Element

Glossary Item Box

Description

Used to define a color in a color ramp.

Diagram

COLOR Element

Overview

COLOR 1..∞
Used to define a color in a color ramp.
color required xs:string

Attributes

NameTypeUseDefaultFixedDescription
colorxs:stringrequired   

Remarks

Colors can be specified as:

  • ArcIMS Style RGB: "R,G,B" -- R,G,B must each be in the range 0-255.
  • HTML Style RGB: "#RRGGBB" -- Each component is a hex value in the range 00-FF.
  • HTML Name: "name" -- Standard HTML color names (for example, AliceBlue, AntiqueWhite, Aqua, etc.).

Examples

Source

<xs:element name="COLOR" maxOccurs="unbounded" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:attribute name="color" use="required" type="xs:string" />
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.